You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > DCCrossingCount Method > SignalUtils.DCCrossingCount Method ([In] TVec, double, bool, int, int)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.DCCrossingCount Method ([In] TVec, double, bool, int, int)

Return the total count of zero crossings within Src starting at index to Index+Len.

Syntax
C#
Visual Basic
public static int DCCrossingCount([In] TVec Src, double DC, bool Negative, int Index, int Len);

If Len = -1 end the search at Src.Length. Count DC crossings only in one way, from - to + (Negative = True) or from + to - (Negative = False).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!